home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libdv4 / README.Debian < prev    next >
Encoding:
Text File  |  2007-03-05  |  1.1 KB  |  20 lines

  1. Notes on libdv for Debian
  2. =========================
  3.  
  4. On the i386 architecture, the shared library version of libdv does not comprise
  5. of position-independent code only. While not desirable in general, this choice
  6. was done on purpose by the upstream developers for some performance critical
  7. routines that contain hand-optimized assembler code. As such, it meets an
  8. exceptio for position-dependent code in shared libraries granted in section
  9. 10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
  10. the Debian bug tracking system. The difficulties of converting the assembly
  11. part to position-independent code have been discussed on the debian-devel
  12. mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
  13. folks over at Gentoo (Mike Frysinger?) have managed to come up with a
  14. working patch that turns the i386 assembly into position-independent code
  15. (cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
  16. intrusive, I've opted not to include it in the Debian package for now, and
  17. wait on the upstream developers' opinions instead.
  18.  
  19.  -- Daniel Kobras <kobras@debian.org>  Tue, 26 Sep 2006 14:21:55 +0200
  20.